* {margin:0px;padding:0px;}
body {text-align:left;font-size:14px;font-family:"宋体";}
img {border:0;}
a {text-decoration:none;}
ul li {list-style-type:none;}


/*焦点图样式*/
#box{ position:relative; width:247px; height:157px; }
#box .bigUl img{ width:247px; height:157px;}
#box .prev{ position:absolute; width:40px; height:60px; background:url(icon.png) -44px -63px no-repeat; z-index:500; top:50px; left:0px; opacity:0; filter:alpha(opacity=0); cursor:pointer;}
#box .next{ position:absolute; width:40px; height:60px; background:url(icon.png) -74px -63px no-repeat; z-index:500; top:50px; right:0px; opacity:0; filter:alpha(opacity=0);cursor:pointer;}
.bigUl li { position:absolute;}
.numberUl { position:absolute; right:0; bottom:0px; z-index:400}
.numberUl li{width:24px; height:18px;  float:left; background:#4C6786; opacity:0.9; margin-left:1px;}
.numberUl li a{ display:block ;width:24px; height:18px; color:#fff; font-size:12px; text-align:center; line-height:18px;}
#box .textUl{ width:100%;}
#box .textUl li{ position:absolute; width:247px;left:0px; bottom:0px; text-align:center; display:none; background:#666666; height:40px; line-height:40px;}
#box .textUl li a{ font-size:16px; font-family:"Microsoft Yahei"; color:#fff; font-weight:bold;}
.numberUl li.night a{ background:#8B005D; color:#fff; }
/*焦点图样式结束*/